#about-banner {
  padding-top: 50px;
  padding-bottom: 146px;
}
#about-banner .row {
  max-width: 1222px;
  padding: 0px;
}
#about-banner .row h5 {
  color: var(--neutral-black, #161616);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 25px;
  padding-right: 40px;
  margin-top: 13px;
}
#about-banner .row h5 span {
  background: var(--text-gradient, linear-gradient(114deg, #0075FF 0%, #0091FF 99.4%, #0025A7 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about-banner .row a.cta-btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #2B1FB6 0%, #0085FF 100%);
  padding: 16.5px 26px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
}
#about-banner .row a.cta-btn img {
  filter: invert(1);
}
#about-banner .row .img {
  position: relative;
}
#about-banner .row .img a.play-btn {
  position: absolute;
  top: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: transparent !important;
}
#about-banner .row .img a.play-btn img {
  background-color: transparent;
  border-radius: unset;
  transition-duration: 0.2s;
}
#about-banner .row .img a.play-btn img:hover {
  scale: 1.2;
  transition-duration: 0.4s;
}

#globe .wrap {
  padding: 70px 0px 0px 0px;
  border-radius: 18px;
  background: #040C1D;
  max-width: 1385px;
  overflow: hidden;
  position: relative;
}
#globe .wrap h4 {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  max-width: 716px;
  margin-bottom: 63px;
}
#globe .wrap h2 {
 color: #FFF;
 text-align: center;
 font-size: 40px;
 font-weight: 500;
 line-height: 42px;
 max-width: 716px;
 margin-bottom: 40px;
}
#globe .wrap .row {
  max-width: 92%;
  margin: auto;
}
#globe .wrap .row .col {
  text-align: center;
  position: relative;
}
#globe .wrap .row .col:after {
  content: "";
  display: block;
  width: 15px;
  height: 900px;
  position: absolute;
  left: 47%;
  margin-top: 15px;
  background-image: url("../images/globe-arrow.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 2;
}
#globe .wrap .row .col p.count {
  font-size: 58px;
  font-weight: 500;
  line-height: 52px;
  background: var(--text-Gradient, linear-gradient(109deg, #0075FF -1.8%, #0091FF 46.49%, #0025A7 100.09%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#globe .wrap .row .col p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.8;
}
#globe .wrap .globe-img {
  margin-top: 20px;
  z-index: 10;
  position: relative;
}

#translating {
  margin-top: 130px;
  margin-bottom: 149px;
}
#translating .wrap {
  max-width: 1224px;
}
#translating .wrap .title-wrap {
  min-height: 348px;
  background-image: url("../images/cloud-arrow.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#translating .wrap .title-wrap h5 {
  color: #161616;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  max-width: 697px;
  padding-top: 65px;
}
#translating .wrap .row {
  --bs-gutter-x: 12px;
}
#translating .wrap .flip-box .inner {
  padding: 41px 20px 44px 33px;
}
#translating .wrap .flip-box .inner h3.flip-box-header {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
#translating .wrap .flip-box-front, #translating .wrap .flip-box-back {
  min-height: 387px;
}
#translating .wrap .flip-box-header {
  max-width: 100%;
}
#translating .wrap p.flip-info {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
#translating .wrap .flip-button {
  padding: 13px 26px;
  border-radius: 50px;
  background-image: linear-gradient(45deg, #2B1FB6, #00aeff, #2B1FB6);
  background-size: 300% 400%;
  transition: 0.6s all;
  margin: 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
#translating .wrap .flip-button:hover {
  background-image: linear-gradient(45deg, #2B1FB6, #00aeff, #2B1FB6);
  background-position: 75% 10%;
  transform: perspective(100px);
}

#global-offices .contain {
  max-width: 1385px;
  background-color: #040C1D;
  padding-top: 111px;
  border-radius: 18px;
  margin-bottom: 27px;
  overflow: hidden;
  position: relative;
}
#global-offices .contain .wrap .header {
  padding: 0px 97px 0px 94px;
  position: relative;
  z-index: 10;
}
#global-offices .contain .wrap .g-title {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}
#global-offices .contain .wrap ul.nav-pills {
  margin-bottom: 0px !important;
}
#global-offices .contain .wrap ul.nav-pills li:first-child {
  margin-right: 42px;
}
#global-offices .contain .wrap ul.nav-pills li a {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#global-offices .contain .wrap ul.nav-pills li a.active {
  color: #00D0EC;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
#global-offices .contain .wrap ul.nav-pills li a.active:after {
  display: block;
  height: 1px;
  content: "";
  width: 100%;
  background-color: #00D0EC;
}
#global-offices .contain .wrap .img-tab {
  padding: 20px 97px 0px 94px;
  position: relative;
}
#global-offices .contain .line {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #364153;
}
#global-offices .contain .country-list-tab {
  padding-top: 73px;
}
#global-offices .contain .country-list-tab .row {
  padding: 0px;
  position: relative;
}
#global-offices .contain .country-list-tab .row .col-md-4 {
  padding: 62px 47px 72px 51px;
  border-right: 1px dashed #364153;
}
#global-offices .contain .country-list-tab .row .block {
  max-width: 407px;
  width: 100%;
  padding: 62px 47px 72px 50px;
}
#global-offices .contain .country-list-tab .row .block .flag {
  margin-bottom: 26px;
  color: #4196F0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
#global-offices .contain .country-list-tab .row .block .info img {
  padding-right: 6px;
}
#global-offices .contain .country-list-tab .row .block .info .list-item {
  margin-bottom: 20px;
  color: #F5F7FA;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#global-offices-tab .accordion {
  padding: 48px 16px 70px;
  border-radius: 12px;
  background: #111113;
}

#global-offices-tab.px-28 {
  padding-left: 14px;
  padding-right: 14px;
}

#global-offices #pills-profile:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(105deg, #5297FF -0.9%, #0061F2 12.46%, #0030AD 38.41%, #001973 100.06%);
  position: absolute;
  top: 0;
  left: 0;
}

#global-offices-tab .accordion .accordion-button {
  background-color: #111113;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: unset;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
}

#global-offices-tab .accordion-item .accordion-body {
  background-color: #111113;
  padding-left: 5px;
}

#global-offices-tab .accordion-item {
  border: 0px;
  border-bottom: 0.5px solid #707071;
  border-radius: 0px;
}

#global-offices-tab .accordion-item:first-child {
  border-top: 0.5px solid #707071;
}

.accordion-button::after {
  filter: invert(1);
  margin-right: 10px;
}

#global-offices-tab .heading {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

#global-offices-tab .block {
  max-width: 407px;
  width: 100%;
  padding: 0px;
}
#global-offices-tab .block .flag {
  margin-bottom: 26px;
  color: #4196F0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
#global-offices-tab .block .info img {
  padding-right: 6px;
}
#global-offices-tab .block .info .list-item {
  margin-bottom: 20px;
  color: #F5F7FA;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

#global-offices.about .contain {
  background-color: #040C1D;
}

#global-offices.about .contain .line {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5490196078);
  position: relative;
}

#global-offices .contain .country-list-tab .row .col-md-4 {
  border-right: 1px dashed rgba(255, 255, 255, 0.5490196078);
}

#our-values {
  padding-top: 57px;
  padding-bottom: 76px;
  background-image: url("../images/wave-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1440px;
}
#our-values .wrap {
  min-height: 589px;
  max-width: 1224px;
  display: flex;
  align-items: center;
}
#our-values .wrap .info {
  padding-bottom: 70px;
}
#our-values .wrap h6 {
  color: var(--neutral-grey-blue, #ABBED1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
#our-values .wrap h4 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
#our-values .wrap h4 span.gradient {
  background: linear-gradient(180deg, #31A8FF -50%, #8F5BFD 93.06%, #BE27F2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: block;
}
#our-values .wrap h4 span.gradient span.no-gradient {
  color: rgba(0, 0, 0, 0.8) !important;
  font-weight: 400;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #4D4D4D;
}
#our-values .wrap h5 {
  color: var(--neutral-d-grey, #4D4D4D);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
#our-values .wrap .icons {
  text-align: end;
}
#our-values .wrap .icons img {
  max-width: 100%;
}

#board-of-directors .wrap {
  max-width: 1385px;
}
#board-of-directors .wrap .contain {
  border-radius: 18px;
  padding-left: 82px;
  min-height: 371px;
  display: flex;
  align-items: center;
  justify-content: start;
}
#board-of-directors .wrap .contain .info {
  margin: 0px;
}
#board-of-directors .wrap .contain p {
  color: var(--neutral-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  opacity: 0.6;
  margin-bottom: 10px;
}
#board-of-directors .wrap .contain h5 {
  color: var(--neutral-white, #FFF);
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 17px;
}
#board-of-directors .wrap .contain a {
  background-color: #fff;
  border-radius: 50px;
  padding: 14.5px 26px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}
#board-of-directors .wrap .contain a:hover {
  background-color: #A9D4FF;
  transition-duration: 0.4s;
}
#board-of-directors .wrap .block1 {
  background: #0653C7;
}
#board-of-directors .wrap .block1 h5 {
  max-width: 351px;
  margin: 0px;
}
#board-of-directors .wrap .block2 {
  background: #00398D;
}
#board-of-directors .wrap .block2 h5 {
  max-width: 401px;
  margin: 0px;
}

#slicks-single-carousel .slicks-single-carousel {
  max-width: 1385px;
}
#slicks-single-carousel .slick-slide .slide-content {
  padding: 50px 100px;
  background: #15161f;
  border-radius: 18px;
  min-height: 550px;
  padding: 0px 0px 0px 78px;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
#slicks-single-carousel .slick-list {
  margin: 20px 0px;
}
#slicks-single-carousel .slick-prev,
#slicks-single-carousel .slick-next {
  position: absolute;
  background: #777;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
}
#slicks-single-carousel .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
#slicks-single-carousel .slick-dots li {
  display: inline-block;
}
#slicks-single-carousel .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  font-size: 0px;
  width: 10px;
  height: 10px;
  background-color: rgba(119, 119, 119, 0);
  margin-right: 10px;
  position: absolute;
  border-radius: 50%;
}
#slicks-single-carousel ul.slick-dots li.slick-active button:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  position: relative;
  z-index: 50 !important;
  top: 0px;
  display: block;
  animation: lineAnim 50s linear;
  border-radius: 11px;
}
#slicks-single-carousel ul.slick-dots li button:after {
  content: "";
  height: 11px;
  width: 11px;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  display: block;
  top: 0px;
  opacity: 0.22;
  border-radius: 11px;
}
#slicks-single-carousel ul.slick-dots li {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 9px;
  height: 11px;
  width: 11px;
  position: relative;
}
#slicks-single-carousel ul.slick-dots {
  bottom: 48px;
  left: 78px;
  min-height: 11px;
  position: absolute;
  padding: 0px;
}
#slicks-single-carousel .info {
  max-width: 622px;
  padding-bottom: 50px;
}
#slicks-single-carousel .info img {
  padding-bottom: 27px;
}
#slicks-single-carousel .info h5 {
  color: var(--neutral-white, #FFF);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 27px;
}
#slicks-single-carousel .info a {
  padding: 17px 26px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
#slicks-single-carousel .info a:hover {
  background-color: #A9D4FF;
}
#slicks-single-carousel .info a img {
  padding: 0px;
  margin-left: 10px;
}
#slicks-single-carousel .sl5 .info {
  max-width: 575px;
}

#translating .wrap .flip-box-front {
  background: linear-gradient(154deg, #002CC9 0%, #00B6DE 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#slicks-single-carousel.landing {
  margin-top: 30px;
}

#nucleus-software-foundation {
  margin-top: 123px;
  margin-bottom: 141px;
}
#nucleus-software-foundation .wrap {
  max-width: 1224px;
}
#nucleus-software-foundation .wrap .info p {
  color: var(--neutral-grey-blue, #ABBED1);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px;
}
#nucleus-software-foundation .wrap .info h5 {
  color: var(--neutral-black, #161616);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
#nucleus-software-foundation .wrap .info h6 {
  color: var(--neutral-d-grey, #4D4D4D);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 40px;
}
#nucleus-software-foundation .wrap .info a {
  color: #fff;
  border-radius: 50px;
  padding: 16.5px 26px;
  background: linear-gradient(90deg, #2B1FB6 0%, #0085FF 100%);
  display: block;
  margin: 0px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
#nucleus-software-foundation .wrap .info a img {
  filter: invert(1);
}
#nucleus-software-foundation .wrap .col-left {
  max-width: 44%;
}
#nucleus-software-foundation .wrap .col-right .img {
  padding-left: 20px;
}

#our-journey {
  margin-bottom: 20px;
}
#our-journey .wrap {
  max-width: 1385px;
  border-radius: 18px;
  background: var(--primary-m-blue, #1569E7);
  padding: 0px 82px;
  min-height: 422px;
  display: flex;
  align-items: center;
}
#our-journey .left-col .info p {
  color: var(--neutral-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  opacity: 0.6;
  margin-bottom: 15px;
}
#our-journey .left-col .info h5 {
  color: var(--neutral-white, #FFF);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
}
#our-journey .left-col .info a {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 17px 32px 17px 34px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #161616;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0;
}
#our-journey .left-col .info a:hover {
  background-color: #A9D4FF;
}
#our-journey .right-col {
  max-width: 45%;
  display: flex;
  align-items: center;
}

#cta {
  max-width: 1440px;
  margin-top: 74px;
  margin-bottom: 23px;
}
#cta .contain {
  background-repeat: no-repeat;
  min-height: 414px;
  border-radius: 18px;
  background-color: #000000;
  padding: 80px 80px 80px;
  background-size: contain;
  background-position: right center;
  display: flex;
  align-items: center;
}
#cta .contain h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  #cta .contain h4 {
    font-size: 26px;
  }
}
#cta .contain p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  #cta .contain p {
    font-size: 16px;
  }
}
#cta .contain .link-button {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 16px 26px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #161616;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0;
}
#cta .contain .link-button:hover {
  background: #040C1D;
  color: #ffffff;
  transition-duration: 0.4s;
  background: linear-gradient(90deg, #2B1FB6 -13.32%, #0085FF 120.64%);
}
#cta .contain .link-button:hover svg {
  filter: invert(1);
  transition-duration: 0.4s;
}
#cta .contain .link-button span {
  margin-right: 10px;
}

#cta.home {
  margin-top: 21px;
}

#cta.home-final {
  margin-top: 21px;
}

#cta.nucleus-software-cta {
  margin-top: 25px;
}

#cta.esg-page {
  margin-top: 29px;
}/*# sourceMappingURL=about.css.map */